Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

641476 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/assets/js

theme.js cody/swapnilsparsh/30DaysOfJavaScript/200 - Image Utility/assets/js/theme.js
163 Views
0 Comments
document.querySelectorAll('.datepicker').forEach(function(field) {
var picker = new Pikaday({
field: field
});
});